Build libflask unconditionally since the python low-level tools
authorIan Campbell <ian.campbell@xensource.com>
Mon, 3 Sep 2007 14:04:03 +0000 (15:04 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Mon, 3 Sep 2007 14:04:03 +0000 (15:04 +0100)
require it and it does't seem to pull in any major dependencies.

The alternative would have been to hack tools/python/setup.py to
conditionally compile the flask stuff.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
tools/Makefile

index ec62aa3ead224e6b390e19e0fc00912d4eaa68b0..c150dbd984b9e0ae9f631c1fc602d525e7be80be 100644 (file)
@@ -3,9 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
 
 SUBDIRS-y :=
 SUBDIRS-y += libxc
-ifeq ($(FLASK_ENABLE),y)
 SUBDIRS-y += flask
-endif
 SUBDIRS-y += xenstore
 SUBDIRS-y += misc
 SUBDIRS-y += examples